arash
11/11/2024, 11:53 PMVapi
11/11/2024, 11:56 PMinputMinCharacters
and inputPunctuationBoundaries
settings are configured correctly to allow such characters and tags to be passed through without modification.
For the inputMinCharacters
, we can set an appropriate minimum character count that includes your SSML tags or special characters. And for inputPunctuationBoundaries
, we can include characters like "--" or any specific SSML tags you're using to the array so that they are recognized as valid input boundaries.
Could you please provide me with the values you'd like to set for inputMinCharacters
and the specific characters or SSML tags you want to include in inputPunctuationBoundaries
? This way, I can assist you in configuring these settings correctly.Vapi
11/11/2024, 11:56 PMarash
11/12/2024, 12:00 AMinputPunctuationBoundaries
don't allow for custom modification (i.e. i can't specify --
)
I didn't set the inputMinCharacters
but I have just set it to 20, but not seeing a difference.Vapi
11/12/2024, 12:00 AMinputPunctuationBoundaries
cannot be customized to include specific characters like --
, and adjusting the inputMinCharacters
to 20 hasn't resolved the issue, it seems we might be dealing with a limitation or a bug in the system.
Since the settings you've adjusted do not appear to influence the behavior you're describing, I recommend reaching out to our support team for a more in-depth investigation. They can provide further assistance and potentially escalate the issue to our technical team if necessary.
Please provide them with the details you've shared here, including the logs and the specific problem with the SSML tags and characters being stripped out. They will need this information to understand the context and provide an accurate solution.
Would you like me to guide you on how to contact support or is there anything else I can assist you with at this moment?arash
11/12/2024, 12:00 AMarash
11/12/2024, 12:04 AMVapi
11/12/2024, 12:04 AMarash
11/12/2024, 3:29 PMShubham Bajaj
11/12/2024, 4:14 PMlogs
šµ 15:22:56:943 Voice Input Formatted: "Absolutely. Can you share your full name?", Original: "Absolutely. Can you share your full name?"
https://cdn.discordapp.com/attachments/1305681916984299560/1305928617338867753/Screenshot_2024-11-12_at_9.42.26_PM.png?ex=6734d04d&is=67337ecd&hm=e217c977fb38e1878923c2a17557cf93ba3f8185c757c311e7472d376b480b44&Shubham Bajaj
11/12/2024, 4:14 PMarash
11/12/2024, 4:14 PMarash
11/12/2024, 4:17 PMarash
11/12/2024, 4:18 PMarash
11/12/2024, 4:21 PMShubham Bajaj
11/12/2024, 4:33 PMarash
11/12/2024, 4:49 PMarash
11/12/2024, 5:43 PM'
) and it only works with double quotes ("
).
Is there a parameter that I can just put in the raw input??
https://dashboard.vapi.ai/calls/81de4432-b0a7-4131-9497-c86ed6aff478
https://cdn.discordapp.com/attachments/1305681916984299560/1305951114176364674/image.png?ex=6734e541&is=673393c1&hm=a1d033445d357d20b975b719bc12e900e0b24f772e6be57c69e274dbbe4f6a3c&Shubham Bajaj
11/13/2024, 9:09 AMoff
but it will have negative effect. I will check with team alternative for this, please allow me some time.arash
11/13/2024, 9:35 PM--
to not be filtered out? This is a special indicator within 11labs.Shubham Bajaj
11/14/2024, 12:59 PMjson
"voice": {
"provider": "11labs",
"voiceId": "burt",
"chunkPlan": {
"formatPlan": {
"replacements": [
{
"type": "exact",
"key": "<break time=3s />",
"value": "<break time=\"3s\" />"
}
]
}
}
Try out using replacements and let me know it goes, replacement text is part of formatting plan so it won't be changed or formatted and best part is applied at the last of all formatting so your secured.Shubham Bajaj
11/14/2024, 1:00 PMdashes
will be replaced with spaces. So, try out this and let me know meanwhile I will check what are other alternatives.tom_blaser
11/14/2024, 4:02 PMShubham Bajaj
11/15/2024, 1:51 PMShubham Bajaj
11/15/2024, 1:53 PM